

'宣言Public NotInheritable Class ComboBoxAdapter(Of T As Enum) Inherits ControlAdapter(Of T)
public sealed class ComboBoxAdapter<T> : ControlAdapter<T> where T: Enum
System.Object
   GrapeCity.ActiveReports.Viewer.Common.Internal.ControlAdapter<T>
      GrapeCity.ActiveReports.Viewer.Common.Internal.ComboBoxAdapter<T>